*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 28 Dec 2000 10:08:46 +0000 (10:08 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 28 Dec 2000 10:08:46 +0000 (10:08 +0000)
src/ChangeLog

index b6070d0933084e5b320fac92b4a3ee1479d81556..13000ca9231914f6318dbb5b24318b99a650083c 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-28  Gerd Moellmann  <gerd@gnu.org>
+
+       * dispnew.c: Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.
+
 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
 
        * ccl.c (CCL_WRITE_CHAR): Check variable `extra_bytes'.
@@ -19,7 +23,7 @@
        decode_composition_emacs_mule.
        (ENCODE_COMPOSITION_EMACS_MULE): New macro.
        (encode_coding_emacs_mule): Changed from macro to function.  If
-       a text contains compostions, encode them correctly.
+       a text contains compositions, encode them correctly.
        (setup_coding_system): Set coding->commong_flags for emacs-mule so
        that decoding and encoding are required.